JavaScript

{dialog.object}_prepareRepeatingSection Method

Syntax

{dialog.Object}._prepareRepeatingSection(containerName);

Arguments

containerNamestring

Area containing the column titles that need fixing.

Description

This command will fix the column titles.

Generally, this should not be necessary as the Dialog will automatically prepare the Repeating Section. However if the Repeating Section is initially hidden and is then only shown using a Javascript command, the titles on the columns will not be property aligned.

See Also